CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pepper noise

搜索资源列表

  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. noise2

    1下载:
  2. 图像加椒盐噪声,高斯噪声,乘性等相关噪声-Image Add salt and pepper noise, Gaussian noise, multiplicative noise, etc.
  3. 所属分类:source in ebook

    • 发布日期:2015-10-26
    • 文件大小:1619
    • 提供者:ffwzt
  1. matlab

    3下载:
  2. 为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪,并且进行除噪性能判断-Add a picture for uniform noise and Gaussian noise, salt and pepper noise, and the use of a modified mean filter and adaptive median filtering for noise removal, noise removal performance and
  3. 所属分类:matlab

    • 发布日期:2015-05-14
    • 文件大小:192512
    • 提供者:吴勇
  1. matlab

    1下载:
  2. 直方图图像均衡化和规定划、以及加性噪声,如拖尾脉冲噪声,高斯脉冲噪声(自适应方法)、和椒盐噪声等等各种噪声的添加噪声和去除噪声的MATLAB代码-Histogram equalization and provisions of the planning image, and additive noise, such as trailing impulse noise, Gaussian pulse noise (adaptive approach), and salt and pepper no
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1618
    • 提供者:李就安
  1. medianfilter

    0下载:
  2. 图像滤波中的中值滤波,有效滤除椒盐噪声,使用verilog语言编写-Image filtering in the median filter, effectively filter out salt and pepper noise, using verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-03-29
    • 文件大小:3262464
    • 提供者:钱军
  1. Gaussian-Noise-Image-Add

    0下载:
  2. 这个程序用于在图片中增加各种噪声,如高斯椒盐噪声, 加性或乘性等多种混合噪声,用于其它程序的测试。-This procedure is used to increase the variety of picture noise, such as salt and pepper Gaussian noise, additive or multiplicative noise, such as a mixture for testing other programs.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:8080
    • 提供者:xlz
  1. DBAIN.m

    0下载:
  2. DBAIN: 用DBA方法来去除高密度脉冲噪声,如椒盐噪声的去除-DBAIN: using DBA method to remove high-density impulse noise, such as salt and pepper noise removal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1557
    • 提供者:zhangxq
  1. addnoise

    2下载:
  2. MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1625
    • 提供者:张娜
  1. MATLAB_Gaussian-Pepper-Noise-Generator

    0下载:
  2. MATLAB给图像添加高斯、椒盐、加性及乘性噪声[噪声生成]源代码Gaussian-Pepper-Noise-Generator-MATLAB——Gaussian-Pepper-Noise-Generator
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:43526
    • 提供者:沈海宏
  1. medianFilter

    0下载:
  2. 图像处理中的中值滤波源代码,能够较好的模糊图像,除去椒盐噪声。-Image processing median filter source code, be able to better fuzzy images, remove the salt and pepper noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:73267
    • 提供者:gillyamylee
  1. NoiseGenerator

    0下载:
  2. 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise and salt and pepper noise in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:243372
    • 提供者:jhm
  1. NoiseReductionUsingaMedianFilter

    0下载:
  2. 本实验要求编写一个中值滤波的程序,并对产生的椒盐噪声的图像进行中值滤波处理。中值滤波是基于统计学的一种非线性滤波方法。我们还需要知道一个按大小排列的数组中间位置上的数据称为是中值。通过修改在实验project03-04的程序实现3*3中值滤波。-Prepared in this experiment, a median filtering process, and salt and pepper noise generated by the image processing median fil
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:414015
    • 提供者:jhm
  1. Salt_pepper_noise_deblurring

    0下载:
  2. This a code to reduce the salt-pepper noise in a figure by filtering.-This is a code to reduce the salt-pepper noise in a figure by filtering.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1452
    • 提供者:arashmokhtari
  1. 61549835image-compress-denoise

    0下载:
  2. 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11555
    • 提供者:chen peilin
  1. averageblurofsaltpeppernoise

    0下载:
  2. THIS CODE REMOVES "SALT AND PEPPER NOISE" BY AVERAGING.MAY HELP BEGINNERS TO UNDERSTAND THE COLOR PICTURE AND REMOVING THE NOISE IN GREY IMAGE OUTPUT OF GIVEN COLOR IMAGE.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:626
    • 提供者:jaja
  1. adpmedian_h

    0下载:
  2. 该函数为MATLAB编写,实现功能为中值滤波,中值滤波能更好地保留图像细节,对盐椒噪声有很好的去除效果。-The MATLAB function is prepared to achieve function, median filtering, median filtering can reserve the image detail, and good salt pepper noise removal.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:528
    • 提供者:天天
  1. quzao

    0下载:
  2. 去除图像噪声椒盐噪声高斯噪声实现图像处理-Salt and pepper noise removal of image noise, Gaussian noise, Image Processing
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:777
    • 提供者:林风
  1. adding--salt-and-pepper-noise

    0下载:
  2. VC++下加入椒盐噪声,可以用于验证高斯,均值,中值滤波等方法效果-Add salt and pepper noise in VC++ condition, which can be used to verify the effect of Gaussian, mean, median filtering method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:277311
    • 提供者:陈立鹏
  1. SALT-AND-PEPPER-NOISE-REMOVAL

    0下载:
  2. adaptive salt and pepper noise removal with jpeg compression
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:233487
    • 提供者:gopalakirshnan
  1. Salt-and-pepper-noise-filtering

    0下载:
  2. 椒盐噪声的维纳滤波,中值滤波以及均值滤波。是数字图像处理里面最要的图片噪声处理方法。-Salt and Pepper Noise Wiener Filtering, Median Filtering and Mean Filtering. Is the digital image processing inside the most important picture noise processing methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:1329164
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com